github.com/golang/mock/gomock.inAnyOrderMatcher.prepareValue (method)

3 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L215: 	given, ok := m.prepareValue(x)
		matchers.go#L219: 	wanted, ok := m.prepareValue(m.x)
		matchers.go#L260: func (m inAnyOrderMatcher) prepareValue(x interface{}) (reflect.Value, bool) {